hvmloader: avoid named helper symbols
authorJan Beulich <jbeulich@suse.com>
Fri, 9 Jan 2015 16:32:54 +0000 (17:32 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 9 Jan 2015 16:32:54 +0000 (17:32 +0100)
commitb1b2a3afe0d67a16ca3afc0ed6a04dc5a5128e36
treed45196f69626a12e28c54ec929bf8c25ee1e5817
parent3a76bf0ea622e233cad1f871901eb25e4b40ec3f
hvmloader: avoid named helper symbols

Newer iasl validly complains that such routines would otherwise need to
be marked Serialized (in the SSDT case it can't know that explicit
serialization is being enforced), which is undesirable. Use Local<N>
instead.

Reported-by: Ian Campbell <Ian.Campbell@citrix.com>
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/firmware/hvmloader/acpi/dsdt.asl
tools/firmware/hvmloader/acpi/ssdt_pm.asl